home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00266.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  392 b   |  17 lines

  1. on mouseDown
  2.   puppetSprite(29, 1)
  3.   set the memberNum of sprite 29 to the number of member "PAUSE DOWN.PICT"
  4.   updateStage()
  5.   if the movieRate of sprite 5 <> 0 then
  6.     set the movieRate of sprite 5 to 0
  7.   else
  8.     set the movieRate of sprite 5 to 1
  9.   end if
  10. end
  11.  
  12. on mouseUp
  13.   set the memberNum of sprite 29 to the number of member "PAUSE UP.PICT"
  14.   updateStage()
  15.   puppetSprite(29, 0)
  16. end
  17.